/*通用代码*/
*{ margin:0px; padding:0px;}
body{font-size:14px; color:#222222; font-family:"Microsoft YaHei"; font-family:'微软雅黑';}
img{margin: 0px; padding: 0px;border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
dl,dt,dd,ol,ul,li,from,input,select,span,p,div{margin: 0px; padding: 0px; list-style: none;}
.clear{clear:both;}
a{color: #222222; text-decoration: none; font-size:14px;}
a:hover{color: #ff711e;cursor:pointer;}
em ,i{ font-style:normal;}
input,button,select,textarea{outline:none}
.w1300{ width:1300px; margin:0 auto;}
.fr{ float:right;}
.fl{ float: left;}
.title{ font-size:18px; color:#999999; font-weight:lighter; text-align:center;}
.title strong{ display:block; margin-bottom:10px; font-size:38px; color:#343434;}
.title span{ color:#ff711e;}
/*抬头*/
.w98{ width:1300px; margin:0 auto; min-width:1300px;}
.htop{ height:43px; line-height:43px; border-bottom:1px solid #eeeeee; font-size:13px; color:#555;}
.htop a{ font-size:12px; color:#555; padding:0px 22px;}
.htop a:hover{ color:#ff711e; text-decoration:underline;}
.htop span{ text-transform:uppercase; padding-left:24px;}
.htop i{ font-size:19px; color:#ff711e; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
.htop .fl a{font-size:13px; padding:0px !important; font-weight:normal;}

.hlogo{ padding-top:28px;}
.hmean{ font-size:15px; color:#666666; margin:0px 0px 0px 21px;}
.hmean strong{ display:block; font-size:26px; color:#ff711e; margin-bottom:3px;}
.hmean span{ letter-spacing:0.9px;}
.header nav li{ float:left; position:relative; margin-right:50px; transition:all .3s ease;}
.header nav li>a{ display:block; font-size:16px; color:#666; line-height:120px; position:relative;}
.header nav li>a:after{ content:''; display:block; position:absolute; bottom:0px; left:0px; right:0px; width:0px; height:2px; transition:all .4s ease; background:#ff711e; margin:0 auto;}
.header nav li.cur>a:after,.header nav li:hover>a:after{ width:100%;}
.searchicon{ width:78px; height:18px; margin-top:51px; cursor:pointer;}
@media screen and ( max-width:1550px){
	.header nav li{ margin-right:30px;}
	}
@media screen and ( max-width:1360px){
	.header nav li{ margin-right:20px;}
	}
.dropmenu{ position:absolute; width:500px; right:0px; top:120px; box-sizing:content-box; padding:20px; background:#fff; z-index:99999; box-shadow:0px 0px 10px #ddd inset; display:none;}
.dropmenu a{ display:block; width:200px; line-height:35px !important; border:1px solid #eee; text-align:center; font-weight:normal !important; color:#999;}
.dropmenu tr+tr{ display:block; margin-top:10px;}
.dropmenu a+a{ margin-top:10px;}
.dropmenu a:hover{ background:#ff711e; color:#fff !important; border-color:#ff711e;}
.droppic{ width:280px;background:#ddd;}
.droppic img{ width:100%; height:100%;}
.search{ position:absolute; top:120px; width:700px; right:0px;background:#fff; z-index:999; display:none;box-shadow:0px 0px 10px #ddd inset;padding:20px; box-sizing:content-box;}
.hsecond{ position:relative;}
.search-bg{ width:680px; margin:0 auto; height:40px; padding-left:20px; border-radius:30px; border:1px solid #ddd;}
.search-bg input{ float:left; }
#infoname{ border:none; height:40px;  width:635px;}
#soo{ margin-top:12px;}
.keywords{ margin-top:10px; text-align:center;}
.keywords,.keywords a{ font-size:12px; color:#666; font-weight:lighter;}
.keywords span{ color:#222;}
.keywords a:hover{ color:#ff711e; text-decoration:underline;}


#banner {
	position: relative;
	overflow: hidden;
	width: 100%
}

#banner ul {
	position: relative;
	overflow: hidden;
	width: 300%;
	margin: 0;
}

#banner ul li {
	width: 33.333%;
	float: left
}

#banner ul li img {
	width: 100%;
	display: block;
}

#banner aside {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 0;
	width: 90%;
	right: 0;
	left: 0;
	margin: auto
}

#banner aside span {
	display: block;
	width: 65px;
	height: 65px;
	z-index: 63;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s;
	margin-top: -2%;
}

#banner:hover aside span {
	opacity: 1;
}

#banner aside span:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 20%;
	margin: auto;
	width: 27px;
	height: 27px;
	border-top: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg)
}

#banner aside span.prev {
	float: left;
}

#banner aside span.next {
	float: right;
}

#banner aside span.next:after {
	left: 0;
	right: 20%;
	-webkit-transform: rotateZ(135deg);
	-moz-transform: rotateZ(135deg);
	-ms-transform: rotateZ(135deg);
	-o-transform: rotateZ(135deg);
	transform: rotateZ(135deg)
}

#banner>div {
	width: 110px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 7%;
	margin: auto
}

#banner>div em {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 3px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 4.75px;
	background: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}

#banner>div em.act {
	background: #156bd6;
}



/*.focus {width: 100%;min-width: 1200px;height:690px;overflow: hidden;position: relative;z-index: 1}
.focus ul {height: 100%; position: absolute;overflow: hidden;}
.focus ul li { float: left;width: 100%;height: 100%;overflow: hidden; position: relative;background: #000;}
.focus ul li div {position: absolute;overflow: hidden;width: 100%;height: 100%;}
.focus .btnBg {position: absolute; width: 100%;height: 20px;left: 0; bottom: 0;background: #000;display: none;}
.focus .btn { position: absolute;width: 952px; height: 23px;margin-left: -480px;left: 50%;bottom: 15px;text-align: center;}
.focus .btn span {font-size: 0;display: inline-block;_display: inline; _zoom: 1;width: 10px;height: 10px;text-align: center;_font-size: 0;margin-left: 16px;cursor: pointer;background: #fff; border-radius: 50%;}
.focus .btn span.on {background: #ff711e;}
.focus .preNext {width: 45px;height: 100px;position: absolute; top: 280px; background: url(../images/20200605102729_1238134344.png) no-repeat 0 0;cursor: pointer;}
.focus .pre {left: 0;}
.focus .next { right: 0; background-position: right top;}
*/

.products{ margin:40px auto 35px auto;}
.procenter{ margin-top:40px;}
.protab table{ display:block; overflow:hidden; width:100% !important; height:67px; background:#f6f6f6; border-radius:10px;}
.protab table tbody{ display:block; }
.protab table tr{ float:left; text-align:center; display:inline-block; position:relative; transition:all .4s ease;}
.protab table tr td{ display:inline-block; width:auto; height:67px !important;}
.protab table tr a{ display:inline-block;line-height:67px; font-size:15px; color:#666; padding:0px 22px;transition:all .4s ease;}
.protab table tr.on a{ color:#fff;}
.protab table tr.on{ background:#ff711e;}

.protab{ margin-bottom:35px;}
.procon .divproduct_new_div_item{ float:left; width:414px; height:368px; position:relative; overflow:hidden; margin:0px 25px 25px 0px;  border:1px solid #eeeeee;}
.procon .divproduct_new_div_item:nth-child(3n){ margin-right:0px;}
.procon .product_div_item_pic img{ width:100%; height:310px;} 
.procon .divproduct_new_div_item_content{ position:absolute; height:58px; width:100%; bottom:0px; left:0px; padding:17px 17px; box-sizing:border-box; border-top:1px solid #eeeeee;}
.procon .divproduct_new_div_item_a{ font-size:16px; color:#666666;}
.procon .divproduct_new_div_item_body{ font-size:12px; color:#aaa; margin-top:8px;}
.procon .product_div_item_pic{ position:relative;}
.procon .product_div_item_pic a:after,.procon .product_div_item_pic a:before{content:"";display: block; position:absolute; -webkit-transform:scale(0); -moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-mz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0.8; }
.procon .product_div_item_pic a:before{content:"+";width:60px;height:60px; line-height:60px; text-align:center; top:42%; left:42%; font-size:20px; font-weight:100; color:#fff; border:1px #fff solid;border-radius: 100%;z-index: 2;}
.procon .product_div_item_pic a:after{ left:0; top:0; width:100%; height:100%; background-color:rgba(0 ,0,0,0.3);}
.procon .divproduct_new_div_item:hover .product_div_item_pic a:after,.procon .divproduct_new_div_item:hover .product_div_item_pic a:before{-webkit-transform:scale(1); -moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}
.procon .divproduct_new_div_item_content:after{ content:''; display:block; position:absolute; width:0px; height:100%; background:#ff711e; top:0px; left:0px; transition:all .5s ease;}
.procon .divproduct_new_div_item:hover .divproduct_new_div_item_content:after{ width:100%;}
.procon .divproduct_new_div_item:hover .divproduct_new_div_item_content .divproduct_new_div_item_body{ color:#d5eaf9; position:relative; z-index:33; transition:all .3s ease;}
.procon .divproduct_new_div_item:hover .divproduct_new_div_item_content .divproduct_new_div_item_a{ color:#fff; position:relative; z-index:33; transition:all .3s ease;}

.proadv{ height:531px; background:url(../images/20200605165928_1677143501.jpg) no-repeat center; padding:60px 0px;}
.pacenter{ height:531px; background:#fff;}
.pacon{ width:815px; padding:52px 59px 0px 49px;}
.paadvtop .title{ text-align:left;}
.paadvcen{ margin-top:25px; position:relative;}
.paadvcen i{ position:absolute; transition:all .3s ease; width:29px; height:29px; cursor:pointer; top:110px;}
.paadvcen i.prev{ background:url(../images/20200605173214_1105237293.png) no-repeat top center; left:0px;}
.paadvcen i.next{ background:url(../images/20200605173215_426690979.png) no-repeat top center; right:0px;}
.paadvcen i:hover{ background-position-y:-29px;}
.pacc{ width:725px; height:296px; overflow:hidden; margin:0 auto;}
.pacc li{ width:234px; height:294px; border:1px solid #eeeeee; margin-right:8px; text-align:center; transition:all .3s ease;}
.pawa{ box-sizing:border-box; height:50%; background:#f9fcfe; padding:15% 10%; font-size:12px; color:#999999; line-height:25px;}
.patitle{ height:38%; padding-top:15%; font-size:18px; color:#666666; font-weight:bold;}
.payuan{ width:60px; height:60px; border-radius:50%; margin:0 auto 10px auto; background:#ff711e; transition:all .4s ease;}
.pacc li:hover .payuan{ transform:rotate(360deg);}
.pacc li:hover .patitle{ color:#ff711e;}


.vidio{ height:485px; background:url(../images/20200615203223_103439581.jpg) no-repeat center; padding-top:50px;}
.vright li{ float:left; width:267px; height:390px;}
.vright li+li{ margin-left:20px;}
.vtitl{ font-size:18px; color:#999999;}
.vtitl strong{ display:block; font-size:40px; color:#ff711e; margin-bottom:12px;}
.vpic{ margin:20px 0px 70px 0px;}
.vbtn a{ width:136px; height:46px; display:block; border:1px solid #e5e5e5; line-height:44px; text-align:center; font-size:14px; color:#999999; transition:all .3s ease;}
.vbtn a:hover{ border-color:#ff711e; background:#ff711e; color:#fff; border-radius:26px;}
.vright li{ cursor:pointer;}
.vright li>div{ margin:166px 0 0 123px; width:47px; height:47px; border-radius:50%; background:url(../images/20200612174041_1055770919.png) no-repeat center; position:relative;}
.vli1{ background:url(../images/20200612172641_752771364.jpg) no-repeat center;}
.vli2{ background:url(../images/20200612172642_2139318511.jpg) no-repeat center;}
.vli3{ background:url(../images/20200612172642_1490988109.jpg) no-repeat center;}
.video_box{width:100%;height:100%;background:rgba(0,0,0,0.6);position: fixed;top:0;left:0;z-index:-1;opacity:0;transition:600ms ease;}
.video_box.cur{opacity:1;z-index:999999;transition:600ms ease;}
.video{position: fixed;top:-100%;left:50%;margin-top:-250px;margin-left:-500px;transition:600ms ease;}
.video_box.cur .video,.video_box.cur .video_x{top:50%;transition:600ms ease;}
.video_x{width:50px;height:50px;border-radius:50px;background:#fff;position: fixed;top:-100%;left:50%;margin-left:520px;margin-top:-250px;text-align: center;line-height:50px;font-size:22px;font-weight: lighter;cursor: pointer;transition:600ms ease;}
.pulse2 {position: absolute;  top: -25.5px;left: -25.5px; z-index: 1; width:98px; height:98px; border-radius: 50%; opacity: 0; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; opacity: 0; -webkit-animation: warn 2s ease-out; animation: warn 2s ease-out;-o-animation:warn 2s linear infinite;-moz-animation:warn 2s linear infinite; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; background: #fff;box-shadow: 1px 1px 30px #fff;}
.pulse3 {position: absolute; top: -25.5px;left: -25.5px; z-index: 1; width:98px; height:98px; border-radius: 50%; opacity: 0; -webkit-animation: warn1 2s ease-out; animation: warn1 2s ease-out;-o-animation:warn1 2s linear infinite;-moz-animation:warn1 2s linear infinite; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;box-shadow: 1px 1px 30px #fff; background:#fff;}

@keyframes warn {
    0% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;
    }
    25% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.4;
    }
    50% {
        transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.6;
    }
    75% {
        transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.65;
    }
    100% {
        transform: scale(1);-webkit-transform: scale(1);opacity: 0.0;
    }
}
@-o-keyframes warn {
    0% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;
    }
    25% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.4;
    }
    50% {
        transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.6;
    }
    75% {
        transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.65;
    }
    100% {
        transform: scale(1);-webkit-transform: scale(1);opacity: 0.0;
    }
}
@-moz-keyframes warn {
    0% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;
    }
    25% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.4;
    }
    50% {
        transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.6;
    }
    75% {
        transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.65;
    }
    100% {
        transform: scale(1);-webkit-transform: scale(1);opacity: 0.0;
    }
}
@-webkit-keyframes warn {
    0% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;
    }
    25% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.4;
    }
    50% {
        transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.6;
    }
    75% {
        transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.65;
    }
    100% {
        transform: scale(1);-webkit-transform: scale(1);opacity: 0.0;
    }
}
@keyframes warn1 {
    0% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;
    }
    25% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.4;
    }
    50% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.6;
    }
    75% {
        transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.65;
    }
    100% {
        transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.0;
    }
}
@-webkit-keyframes warn1 {
    0% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;
    }
    25% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.4;
    }
    50% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.6;
    }
    75% {
        transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.65;
    }
    100% {
        transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.0;
    }
}
@-o-keyframes warn1 {
    0% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;
    }
    25% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.4;
    }
    50% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.6;
    }
    75% {
        transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.65;
    }
    100% {
        transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.0;
    }
}
@-moz-keyframes warn1 {
    0% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;
    }
    25% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.4;
    }
    50% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.6;
    }
    75% {
        transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.65;
    }
    100% {
        transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.0;
    }
}

.case_l{position: relative;width: 781px;height: 514px;}
.case{ padding:55px 0px 60px 0px;}
.case_r ul{height: 514px;width: 487px;border-top: 4px solid #bbbbbb;border-bottom: 4px solid #bbbbbb; padding:6px 0; box-sizing:border-box;}
.case_r ul li{height: 106px;width: 100%;line-height: 109px; position: relative;z-index: 5;display: block !important; box-sizing:border-box;}
.case_r ul li:after{ content:''; display:block; position:absolute; right:0px; top:0px; background:#ff711e; transition:all 0.5s ease; height:100%; width:0px;}
.case_r ul li+li{border-top:1px #eee solid;}
.case_r ul li.on .case_ximg img{width: 162px;height: 128px;margin: 22px 22px 0 0}
.case_r ul li .case_ximg{display: none;}
.case_r ul li p{font-size: 16px;color: #999;line-height: 109px;background: url(../images/20200608093932_959984955.png)no-repeat 400px center;}
.case_r ul li span{display: none;}
.case_r ul li a{display: none;}
.case_r ul li .case_wz{height: 109px;width: 100%;}
.case_r ul li.on .case_ximg{display: block;}
.case_r ul li.on>div{ position:relative; z-index:233;}
.case_r ul li.on{width: 551px;height: 170px;margin-left: -66px;border:0; padding-left: 65px;line-height: 20px; overflow:hidden;}
.case_r ul li.on:after{ width:100%;}
.case_r ul li.on p{font-size: 20px;color: #fff;margin: 20px 0;line-height: 26px;}
.case_r ul li.on .case_wz{width: 270px;color: #fff;font-size: 15px;line-height: 24px;display: block;}
.case_r ul li.on span{display: block;font-size: 12px;color: #d8e9f4; line-height:25px;}
.case_r ul li.on a{font-size: 12px;color: #c7dbe9;margin-top: 14px;display: block; text-transform:uppercase;}
.case_r ul li a:before{content:"";float: left; width:0; height: 2px;background: #c7dbe9;display: block; position: relative;top: 10px;left:0; margin-right: 10px;-webkit-transition:0.2s all ease-in-out; transition:0.2s all ease-in-out;}
.case_r ul li.on a:before{width: 20px;}
.case_r ul li a:hover::before{width: 40px;}
.case_img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.case_img img{ width:100%; height:100%;} 
.case_cont{position: relative;height: 513px; margin-top:30px;}
.case_option ul{position: absolute;width: 200px;height:13px;bottom: 30px;left: 333px;}
.case_option li{width: 13px;height: 13px;background: #333;border-radius: 13px;margin-right: 20px;float: left;}
.case_option li.on{background: #ff540d;}
.casecen{ margin-top:40px;}
.casecenter td{ display:inline-block; margin-right:21px; padding:0px !important;}
.casecenter td br{ display:none;}
.casecenter td div{ padding:0px !important;}
.casecenter td div a{ font-size:13px; color:#999999; font-weight:lighter; margin-top:15px; display:block;}
.casecenter td:hover a{ color:#ff711e;}
.casecenter td>a{ position:relative; display:block;}
.casecenter td>a:after,.casecenter td>a:before{ content:''; display:block; position:absolute;}
.casecenter td>a:after{ width:100%; height:100%; background:rgba(0,0,0,0.7); opacity:0; top:0px; left:0px; z-index:1;}
.casecenter td>a:before{ width:120px; height:35px; content:'查看详情'; top:40%; left:25%; color:#fff; text-align:center; line-height:35px; font-size:13px; transform:scale(0); transition:all .4s ease; background:#ff711e; border-radius:20px; z-index:3;}
.casecenter td:hover>a:after{ opacity:1;}
.casecenter td:hover>a:before{ transform:scale(1);}
.casecen{ width:1300px; height:212px; overflow:hidden;}
.casecen table tr{ display:block; position:absolute !important;}
.casecen .tempWrap{ height:214px;}

.feedback{ height:212px; background:url(../images/20200608100643_493417486.jpg) no-repeat center; padding-top:44px;}
.feedback .fl { width: 345px;}
.feedback .fr {width: 880px;}
.feedback .fl>p {font-size: 24px;font-weight: 100;color: #fff;line-height: 40px;}
.feedback .fl>p .en {font-size: 12px;text-transform: capitalize;display: block;line-height: 22px;}
.ads_tel i{ padding-left:24px; background:url(../images/20200608101345_876089767.png) no-repeat left center;}
.feedback .fl>p>strong {font-size: 28px;font-weight: bold;color: #fff;line-height: 45px;display: block}
.feedback .fl>p>strong>.color {font-size: 40px;font-family: arial;text-transform: capitalize;color: #e3c184}
.ads_tel {position: relative; color: #fff;line-height: 18px;font-size: 14px;margin-top: 24px;}
.ads_tel strong {display: block;font-size: 30px;line-height: 32px;font-family: arial;font-weight: normal; margin-top:5px;}

.custom * {transition: 0.3s all ease-in-out;}
.custom_item {float: left; width: 145px; text-align: center;padding: 0px 42px 5px 35px;height: 80px;position: relative;cursor: pointer; box-sizing:border-box;}
.custom_item:after {content: '';width: 1px;height: 80px;background: rgba(255, 255, 255, 1);position: absolute;left: 0;bottom: 0;transition: 0.3s all ease;}
.custom_item:before {content: '';width: 8px;height: 8px;border: 2px solid #f0f0f0;display: block;position: absolute;border-radius: 50%;left: -5px;bottom: -11px;z-index: 3;background: #ff7800;transition: 0.3s all ease;}
.custom_item i {display: block;width: 38px;height: 50px;margin: 0 auto; background:url(../images/20200608102500_275154880.png) no-repeat top left;}
.custom_item p {font-size: 14px;color: #fff;line-height: 25px;display: block;}
.custom_item2 i {background-position-x:-39px;}
.custom_item3 i {background-position-x:-84px;}
.custom_item4 i {background-position-x:-125px;}
.custom_item5 i {background-position-x:-184px;}
.custom_item6 i {background-position-x:-232px;}
.custom_item.cur i {background-position-y:-51px;}
.custom_item.cur p {color: #fff;}
.custom_item.cur:after {background: #fff;}
.custom_item.cur:before { background: #ed984c;border-color: #fff;box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3)}
.custom {padding-bottom: 12px;width: 875px;margin-left: auto;}
.footer_ly {overflow: hidden;color: #222;width: 100%;margin-top: 23px;}
.footer_dr_dl_ti {float: left;}
#footer_dr_d_ti_wo,#footer_dr_d_tf_wo {float: left;width: 40px;line-height: 42px; height: 42px;font-size: 14px;color: #222;}
#footer_dr_d_ti_hree {width: 235px;height: 52px;float: left;overflow: hidden;}
#footer_dr_d_ti_hree input {width: 100%;height: 100%;display: block;border: 0 none;box-sizing: border-box;padding: 0px 25px;color: #333;line-height: 52px;font-size: 14px;}
#footer_dr_d_ti_wo img,#footer_dr_d_tf_wo img {display: block;margin: 10px auto;}
#footer_dr_d_tf_wo {line-height: 42px;height: 42px;}
#footer_dr_d_tf_ve {width: 235px;float: left;line-height: 52px;height: 52px;}
#footer_dr_d_tf_ve textarea {width: 100%;height: 100%;display: block;border: 0 none;box-sizing: border-box;padding: 0px 25px;color: #333;line-height: 52px;font-size: 14px;font-family: microsoft yahei;}
#footer_dr_d_to {width: 426px;overflow: hidden;padding-left: 20px;}
#footer_dr_d_to_wo {overflow: hidden;float: left;width: 150px;padding-left: 15px;line-height: 50px;height: 50px;font-size: 14px;background-color: #eeeeee;margin-top: 16px;color: #222;}
#footer_dr_d_to_hree {float: left;width: 80px; height: 50px;line-height: 50px;margin-left: 10px;}
#footer_dr_d_to_hree input {height: 0px;line-height: 50px;border: none;width: 112px;float: left;text-align: center;font-size: 16px;letter-spacing: 2px;background: fdfdfd;color: #222;}
#footer_dr_d_to_hree_img {float: left;line-height: 50px;height: 18px;padding: 16px;background: #fff;margin-top: 16px;}
#footer_dr_d_ly_ao {overflow: hidden;text-align: center;float: right;}
#footer_dr_d_ly_ao input {height: 52px;width: 175px;background: #343434;border: none;font-family: Microsoft YaHei;font-size: 16px;color: #fff;cursor: pointer; transition:all .3s ease;}
#footer_dr_d_ly_ao input:hover{ background:#ff7800;}
.footer_dr_d_ly_ao_l {background: #333;overflow: hidden;float: left;transition: all 0.8s linear;cursor: pointer;}
.footer_dr_d_ly_ao_l:hover,.footer_dr_d_ly_ao_r:hover {transition: all 0.8s linear;background: #333;}
#footer_dr_d_tf_ve textarea,#footer_dr_d_ti_hree input,#footer_dr_d_to_hree input {outline: none;}
.input {background: none;border: none;line-height: 50px;color: #222;}
#footer_dr_d_ly_ao .btns {background: #d1342b;}
input#title {background: url(../images/20200608101452_1614615156.jpg) no-repeat center;}
input#phone {background: url(../images/20200608101452_977702617.jpg) no-repeat center;}
textarea#content {background: url(../images/20200608101452_1944434687.jpg) no-repeat center;}

.about{ margin:35px auto 50px auto;}
.abcon{ height:143px; background:#f8f8f8;}
.ableft{ color:#F0F0F0; text-align:center; width:350px; height:100%; font-size:16px; background:url(../images/20200608104255_1278614195.png) no-repeat center;}
.ableft strong{ display:block; font-size:27px; color:#fff; padding:35px 0px 10px 0px;}
.abright{ width:950px;}
.abright a,.abright{ font-size:14px; color:#666; line-height:32px;}
.abright a:hover{ color:#ff711e; text-decoration:underline;}
.abright p{ padding:23px 40px;}
.qyxxcen{ margin-top:40px;}
.qyxxcenter td{ display:inline-block; margin-right:17px; padding:0px !important;}
.qyxxcenter td br{ display:none;}
.qyxxcenter td div{ padding:0px !important;}
.qyxxcenter td div a{ font-size:13px; color:#999999; font-weight:lighter; margin-top:15px; display:block;}
.qyxxcenter td:hover a{ color:#ff711e;}
.qyxxcenter td>a{ position:relative; display:block; border:1px solid #eaeaea;}
.qyxxcenter td>a:after,.qyxxcenter td>a:before{ content:''; display:block; position:absolute;}
.qyxxcenter td>a:after{ width:100%; height:100%; background:rgba(0,0,0,0.7); opacity:0; top:0px; left:0px; z-index:1;}
.qyxxcenter td>a:before{ width:120px; height:35px; content:'查看详情'; top:40%; left:30%; color:#fff; text-align:center; line-height:35px; font-size:13px; transform:scale(0); transition:all .4s ease; background:#ff711e; border-radius:20px; z-index:3;}
.qyxxcenter td:hover>a:after{ opacity:1;}
.qyxxcenter td:hover>a:before{ transform:scale(1);}
.qyxxcen{ width:1300px; height:265px; overflow:hidden;}
.qyxxcen table tr{ display:block; position:absolute !important;}
.qyxxcen .tempWrap{ height:265px;}
/*新闻动态*/
.news{ background:#f5f5f5; padding:50px 0px 60px 0px;}
.news *{ box-sizing:border-box;}
.news_t{ font-size:20px; color:#999999; margin-bottom:30px;}
.news_titl span{ display:block; font-size:38px; color:#343434;}
.newstab{ margin-top:15px;}
.newstab a{ display:inline-block; position:relative; font-size:18px; color:#666; margin-left:26px;}
.newstab a+a{ margin-left:53px;}
.newstab a.on{ color:#ff711e; font-weight:bold;}
.newstab a:after,.newstab a:before{ content:''; display:block; transition:all .4s ease;}
.newstab a:after{ width:0px; margin:0 auto; height:3px; background:#ff711e; margin-top:18px;}
.newstab a.on:after{ width:100%;}
.newstab a:before{ position:absolute; left:-23px; top:3px;}
.newstab a:nth-child(1).on:before{ background-position-y:-18px;}
.newstab a:nth-child(2).on:before{ background-position-y:-20px;}
.newstab a:nth-child(3).on:before{ background-position-y:-21px;}
.newstab a:nth-child(1):before{ width:18px; height:18px; background:url(../images/20200608111159_1672786123.png) no-repeat top center;}
.newstab a:nth-child(2):before{ width:18px; height:20px; background:url(../images/20200608111159_1081241047.png) no-repeat top center;}
.newstab a:nth-child(3):before{ width:19px; height:21px; background:url(../images/20200608111159_2099770067.png) no-repeat top center;}
.newscon .news_div_item{ float:left; width:409px; position:relative; height:514px;}
.newscon .news_div_item .news_div_item_pic{ overflow:hidden;}
.newscon .news_div_item .news_div_item_pic img{ width:409px; height:292px; transition:all .5s ease;}
.newscon .news_div_item_date{ position:absolute; width:87px; height:86px; transition:all .3s ease; color:#fff; background: #343434 url(../images/20200608110835_1936360018.png) center; font-size:16px; font-weight:lighter; left:19px; top:250px; z-index:333;padding:52px 0px 0px 25px;}
.newscon .news_div_item_content{ position:absolute; width:100%; top:292px; height:222px; width:100%; background:#fff; padding:20px 28px 0px 20px;}
.newscon .news_div_item_date>div{ float:left; }
.newscon .news_div_item_a{ text-align:right; font-size:18px; color:#4c4c4c; display:block;}
.newscon .news_div_item_body{ font-size:14px; color:#666; line-height:30px; margin-top:32px;}
.newscon .news_div_item_a:after{ content:''; display:block; position:absolute; width:31px; height:7px; background:url(../images/20200608111200_645763245.png) no-repeat left center; transition:all .3s ease; left:23px; bottom:29px;}
.newscon .news_div_item+.news_div_item{ margin-left:36.5px;}
.newscon .news_div_item:hover .news_div_item_date{background: #ff711e url(../images/20200608110835_1936360018.png) center;}
.newscon .news_div_item:hover .news_div_item_a:after{ background-position-x:-31.5px;}
.newscon .news_div_item:hover .news_div_item_a{ color:#ff711e;}
.newscon .news_div_item:hover .news_div_item_pic img{ transform:scale(1.1);}
/*版权*/
.links{ background:#ff711e; height:116px; }
.links .w1300 p:nth-child(1){line-height:110px; font-size:16px; color:#fff;}
.links .w1300 p strong{ font-size:28px;}
.links .w1300{ height:100%; background:url(../images/20200608113808_74676253.png) no-repeat right center;}
.copyright{ background:#1e1e1e;}
.kslja li{ float:left; margin-right:70px;}
.kslj{ padding:60px 0px;}
.kslja li>p{ font-size:16px; color:#ffffff; margin-bottom:20px;}
.kslja li a{ font-size:13px; color:#666666; font-weight:lighter; line-height:27px; display:block;}
.kslja li a:hover{ color:#fff; text-decoration:underline;}
.ksconcat{ margin-left:40px;}
.ksconcat p:nth-child(1){ font-size:32px; color:#f5f5f5; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
.ksconcat p:nth-child(2){ font-size:14px; color:#666666; line-height:28px; text-align:center; margin:20px 0px;}
.ksconcat p a{ display:block; width:148px; line-height:40px; background:#161616; border-radius:25px; padding-left:52px; font-size:13px; color:#666666; margin:0 auto; position:relative;}
.ksconcat p a:after{ content:''; display:block; position:absolute; width:17px; height:19px;top:10px; left:24px; background:url(../images/20200608113808_888106724.png) no-repeat top center;}
.ksconcat p a:hover{ background:#ff711e; color:#fff;}
.ksconcat p a:hover:after{ background-position-y:-19px;}
.kserweima dl{ float:left; font-size:13px; color:#666666; line-height:40px; text-align:center;}
.kserweima dl img{ width:134px; height:auto;}
.kserweima dl+dl{ margin-left:13px;}
.end{ padding:30px 0px; border-top:1px solid #383838; line-height:32px;}
.end,.end a{ font-size:13px; color:#666666;}
.end a:hover{ color:#fff; text-decoration:underline;}


#newBridge .icon-right-center {
    left: 2px !important;
    right: auto !important;

}


.linkTagcs {
    width: 1300px !important;
}
.lwx_nav{width: 660px;}
.lwx_product_content{}
.lwx_product_image{text-align: center;}
.lwx_product_image img{ width: 800px;}
.lwx_product_detail{font-size: 16px; line-height: 180%;}
.lwx_article_title{}
.lwx_article_title h1{text-align: center;}
.lwx_product_detail{font-size: 16px; line-height: 180%; padding-top:20px;}